renderText
renderText
Description
Render text to viewport Screenspace coordinates origin is bottom left corner.
Definition
renderText(float x, float y, float fontSize, string string)
Arguments
| float | x | screenspace x [0..1] |
|---|---|---|
| float | y | screenspace y [0..1] |
| float | fontSize | fontSize |
| string | string | string to render, can contain linebreaks |